home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / bubble_s.swf / scripts / DefineButton2_256 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  246 b   |  12 lines

  1. on(release){
  2.    if(_root.vCC != 15)
  3.    {
  4.       SDButton();
  5.       vDialog = true;
  6.       vRestart = false;
  7.       attachMovie("_top","wtop",15000);
  8.       wtop._x = (800 - wtop._width) / 2;
  9.       wtop._y = (600 - wtop._height) / 2;
  10.    }
  11. }
  12.